Click or drag to resize

RepeatTime Constructor

Overload List
  NameDescription
Public methodRepeatTime
Initializes a new instance of the RepeatTime class.
Public methodRepeatTime(Int32, Int32)
Initializes a new instance of the RepeatTime class with the specified repeat interval and duration.
Public methodRepeatTime(TimeSpan, TimeSpan)
Initializes a new instance of the RepeatTime class with the specified repeat interval and duration.
Public methodRepeatTime(Int32, Int32, Int32)
Initializes a new instance of the RepeatTime class with the specified repeat interval, duration and offset.
Public methodRepeatTime(TimeSpan, TimeSpan, TimeSpan)
Initializes a new instance of the RepeatTime class with the specified repeat interval, duration and offset.
Top
See Also